In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / NewBookmark Method

NewBookmark Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(349)>

Function NewBookmark( _

   ByVal ParentBookmarkID As Integer, _

   ByVal Title As String _

) As Integer
[DispId(349)]

int NewBookmark( 

   int ParentBookmarkID,

   string Title

)
function NewBookmark( 

    ParentBookmarkID: Integer;

    Title: String

): Integer; 
DispIdAttribute(349)

function NewBookmark( 

   ParentBookmarkID : int,

   Title : String

) : int;
[DispId(349)]

int NewBookmark( 

   int ParentBookmarkID,

   string* Title

) 
[DispId(349)]

int NewBookmark( 

   int ParentBookmarkID,

   String^ Title

) 

Parameters

ParentBookmarkID
Title
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members